Welcome![Sign In][Sign Up]
Location:
Search - MATLAB LMS

Search list

[matlabLMS

Description: 接收端自适应均衡器的LMS算法MATLAB仿真实现-Receiver adaptive equalizer of LMS algorithm MATLAB simulation
Platform: | Size: 2048 | Author: 许晓荣 | Hits:

[Speech/Voice recognition/combinelms

Description: 基于lms的改进型谱减法,降低噪声效果好-Improved LMS-based spectral subtraction, noise reduction effect
Platform: | Size: 26624 | Author: wanghang | Hits:

[Speech/Voice recognition/combinelms

Description: 再传一个LMS的小程序,有三个图,System output,Error curve,Comparison of the actual weights and the estimated weights-LMS send a small program, there are three plans, System output, Error curve, Comparison of the actual weights and the estimated weights
Platform: | Size: 1024 | Author: lwx | Hits:

[Speech/Voice recognition/combinematlab

Description: matlab实现自适应滤波 LMS算法的仿真程序 NLMS算法的仿真程序-matlab realize LMS adaptive filtering algorithm simulation program NLMS algorithm simulation program
Platform: | Size: 2048 | Author: 白璐 | Hits:

[matlabLMS

Description: 应用LMS算法去除噪声,纯净信号为各种数字调制信号,本程序中选的是数字调幅信号8ASK,噪声是高斯白噪声,信噪比可以任意指定。-Application of LMS algorithm to remove noise, clean signal for a variety of digital modulation signal, this procedure is successful digital AM signal 8ASK, noise is white Gaussian noise, signal to noise ratio can be specified.
Platform: | Size: 1024 | Author: 李冰 | Hits:

[matlabLMS

Description: 自适应信号处理方面的LMS自适应线性预测算法-Adaptive signal processing for LMS adaptive linear prediction algorithm
Platform: | Size: 3072 | Author: 刘开 | Hits:

[Speech/Voice recognition/combineLMS

Description: LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h *p1 计算维纳解时最小均方误差 u=1/sum(eigs(R- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)*p1 计算维纳解 Jmin=r(1)-h*p1 计算维纳解时最小均方误差 u=1/sum(eigs(R))
Platform: | Size: 1024 | Author: wan | Hits:

[AI-NN-PRLMS-MATLAB

Description: LMS-MATLAB最小均方算法的Matlab源程序,模式识别中的分类器-LMS-MATLAB least-mean-square algorithm of Matlab source code, Pattern Recognition Classifier
Platform: | Size: 192512 | Author: Rock | Hits:

[matlablms

Description: LMS算法的simulink demo,以及根据demo写的程序,已测试通过-LMS algorithm simulink demo, and demo written in accordance with procedures, have been tested
Platform: | Size: 11264 | Author: zhangqunli | Hits:

[matlabLMS

Description: 实现lms算法,实现lms自适应滤波器,给出性能曲线-To achieve lms algorithm to achieve lms adaptive filter, given performance curve
Platform: | Size: 1024 | Author: 常伟 | Hits:

[Otherlms

Description: lms算法的详细过程介绍及matlab程序-lms algorithm in detail the process of introduction and matlab program
Platform: | Size: 687104 | Author: lizze | Hits:

[Communicationlms

Description: LMS算法的MATLAB 实现 结果正确 可以直接使用-MATLAB LMS algorithm can be used directly to achieve the correct result
Platform: | Size: 1024 | Author: xufei | Hits:

[matlablms-nlms-rls

Description: 包括自适应信道均衡器的三种算法和它们的对比:LMS,NLMS,RLS -adaptive channel equalization :LMS,NLMS,RLS
Platform: | Size: 3072 | Author: allan | Hits:

[AI-NN-PRLMS

Description: 使用LMS算法实现的自适应滤波器范例,对一个加白噪声的正弦信号滤波。并且比较不同步长的滤波器的迭代次数。-LMS algorithm using adaptive filter example, a sinusoidal signal plus white noise filter. And less synchronized long filter iterations.
Platform: | Size: 1024 | Author: guochao | Hits:

[matlablms

Description: LMS由美国斯坦福大学的Widrow和Hoff在研究自适应理论时提出的,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。 -LMS Widrow of Stanford University by the United States and Hoff adaptive theory put forward in the study, because of its easy to implement and will soon be widely used as a standard adaptive filtering algorithms.
Platform: | Size: 1024 | Author: heyan | Hits:

[matlabLMS

Description: 一个简单的LMS算法小程序,在自适应预失真中会用到-LMS algorithm is a simple small program, the adaptive pre-distortion will be used! ! !
Platform: | Size: 1024 | Author: li tao | Hits:

[matlabLMS-RLSAdaptiveFilter

Description: 数字信号处理,LMS和RLS实例:给定正弦信号s(n),现在我们获得得是受影响的数据x(n)=s(n)+v(n) , v(n)为方差1.25的告示白噪声信号,请设计一个滤波器,使其输出与s(n)的均方误差最小,并给出用LMS和RLS算法的自适应求解方法的MATLAB仿真。-Digital signal processing, LMS and RLS instance: Given a sinusoidal signal s (n), now we get the data have affected x (n) = s (n)+ v (n), v (n) 1.25 for the variance Notice the white noise signal, to design a filter so that the output and s (n) The minimum mean square error, and gives the algorithm with the LMS and RLS adaptive method for solving the MATLAB simulation.
Platform: | Size: 1024 | Author: codeshare | Hits:

[matlablms-matlab

Description: 介绍如何编写自适应lms算法的matlab仿真程序,很适合初学者-How to write adaptive lms algorithm matlab simulation program, it is suitable for beginners
Platform: | Size: 380928 | Author: 王阳 | Hits:

[matlabMATLAB-LMS

Description: MATLAB LMS算法 用于自适应滤波-MATLAB LMS algorithm for adaptive filtering
Platform: | Size: 1024 | Author: Osmond | Hits:

[matlabmatlab-lms

Description: matlab最小二乘程序,用最小二乘法计算的初值,取前m个数据-matlab LMS matlab code
Platform: | Size: 1024 | Author: yh | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net